cross

open infix fun cross(other: Vector3<*>): V(source)

Calculates the cross product of this vector with another vector.

Return

The resulting vector from the cross product.

Parameters

other

The vector to cross with.